crypto/tls.lruSessionCache.m (field)
8 uses
crypto/tls (current package)
common.go#L1391: m map[string]*list.Element
common.go#L1411: m: make(map[string]*list.Element),
common.go#L1423: if elem, ok := c.m[sessionKey]; ok {
common.go#L1426: delete(c.m, sessionKey)
common.go#L1437: c.m[sessionKey] = c.q.PushFront(entry)
common.go#L1443: delete(c.m, entry.sessionKey)
common.go#L1447: c.m[sessionKey] = elem
common.go#L1456: if elem, ok := c.m[sessionKey]; ok {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)